home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-05 | 383 b | 10 lines |
- # Smakefile for compiling pmtexa.f and pmtexb.f with SAS/C 6.51
- # Did not include compiling of pmtexb.f because you have to make changes manually
- # You need the f77 frontend for f2c (and f2c of course) if you want to compile it.
- all: pmtexa pmtexb
-
- pmtexa: pmtexa.f
- f77 pmtexa.f
- pmtexb: pmtexb.c
- sc link pmtexb.c lib:f2c.lib opt math=standard code=far data=far to=pmtexb ign=all
-